home *** CD-ROM | disk | FTP | other *** search
/ PC Home 109 / PC Home 109.iso / data1.cab / Program_Files / ID004.dxr / 00031.ls < prev    next >
Encoding:
Text File  |  2001-03-02  |  249 b   |  16 lines

  1. on exitFrame
  2.   if the timer < 2820 then
  3.     unloadMember("hairthing1")
  4.     unloadMember("hairthing2")
  5.     unloadMember("hairfish")
  6.     unloadMember("hairbubbles")
  7.     go(the frame)
  8.   else
  9.     go(the frame + 1)
  10.   end if
  11. end
  12.  
  13. on mouseUp
  14.   go(160)
  15. end
  16.